@charset "utf-8";
* {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

a:link,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

input,
select,
textarea {
  font-size: 12px;
  color: #000000;
  line-height: 120%;
}

html {
  width: 100%;
}

body {
  font-family: "Microsoft YaHei", "宋体", "Times New Roman";
  font-size: 12px;
  color: #000000;
  width: 100%;
  /* background: #fff url(images/top.jpg) no-repeat center 30px; */
  display: table;
  line-height: 26px;
}

/*table,td,tr,th{ font-size:14px; line-height:26px}*/

body,
html,
div,
form,
p,
img,
ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  border: none;
}

/* 去掉链接的虚线框 */

a {
  outline: none;
  star: expression(this.onFocus=this.blur());
}

@font-face {
  font-family: "cgfont";
  src: url("https://www.scjgdj.gov.cn/css/fz.ttf");
}
@font-face {
  font-family: "cgfont2";
  src: url("https://www.scjgdj.gov.cn/css/fz01.ttf");
}

.w950 {
  width: 950px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

.w1002 {
  width: 1002px;
  margin: 0 auto;
}

.w1036 {
  width: 1036px;
  margin: 0 auto;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.mt5 {
  margin-top: 5px;
}

.mt8 {
  margin-top: 8px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.p20 {
  padding: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}
.pt40 {
  padding-top: 40px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml55 {
  margin-left: 55px;
}

.ml120 {
  margin-left: 120px;
}

.ml140 {
  margin-left: 180px;
}

.fl {
  float: left;
  display: inline;
}

.fr {
  float: right;
  display: inline;
}

.clear {
  clear: both;
}

.clr {
  zoom: 1;
}

.clr:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

h2,
h1 {
  font-weight: normal;
}

.mb20 {
  margin-bottom: 20px;
}
.ml30 {
  margin-left: 30px;
}
.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr55 {
  margin-right: 55px;
}

.mr120 {
  margin-right: 140px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.lh20 {
  line-height: 20px;
}

.lh140 {
  line-height: 140%;
}

.lh160 {
  line-height: 160%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.lh240 {
  line-height: 240%;
}

.lh300 {
  line-height: 300%;
}

.lh320 {
  line-height: 320%;
}

.lh30 {
  line-height: 30px;
}

.lh36 {
  line-height: 36px;
}

.lh38 {
  line-height: 38px;
}

.color1 {
  color: #333;
}

.color2 {
  color: #666;
}

.color3 {
  color: #999;
}

.color4 {
  color: #cc191e;
}

.color4 a {
  color: #cc191e;
}

.color5 {
  color: #fff;
}

.color5 a {
  color: #fff;
}

.bg1 {
  background: #fff;
}

.bg2 {
  background: #f7f5f2;
}

.bg4 {
  background: #f0f3f6;
}

.w730 {
  width: 730px;
}

.none {
  display: none;
}

.fw {
  font-weight: bold;
}

.indent {
  text-indent: 2em;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.navBtn {
  background: #f1eee9;
  height: 60px;
  line-height: 60px;
}
.nav li {
  margin: 0 14px 0 14px;
  font-size: 18px;
  color: #666;
  float: left;
  display: inline;
  font-weight: bold;
}

.nav li a {
  color: #333;
  text-decoration: none;
}

.nav li a:hover {
  color: #ff0000;
}

.nav li .second-nav {
  display: none;
  position: absolute;
}

.nav li .second1 {
  *margin-left: -110px;
}

.nav li .second2 {
  *margin-left: -83px;
}

.nav li .second-nav li {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  float: left;
  display: inline;
  margin-right: 10px;
  *margin-top: 23px;
}

/* 顶部搜索区 */

.w1394 {
  width: 1374px;
  margin: 0 auto;
}
.w414 {
  width: 414px;
}

/* .box1 {
  background: #c10014 url(images/23bg1.jpg) repeat-x;
  height: 723px;
} */
.tt {
  padding: 40px 0;
  font-size: 50px;
  color: #cc1b1e;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
  border-bottom: 2px solid #d50200;
}
.tt a {
  color: #cc1b1e;
  /* color: #000; */
  text-decoration: none;
}
.w416 {
  width: 416px;
}
.w950 {
  width: 950px;
}

#scol_top {
  background: #c10014 url(../images23/22top.jpg) no-repeat center top;
  height: 301px;
}

#scol_top input {
  height: 33px;
  line-height: 33px;
  color: #6c6c6c;
  border: 0;
  padding-left: 10px;
  color: #cc1c1e;
}

#scol_top input:focus {
  border: 0;
  outline: none;
}

.slide_lbtn {
  width: 30px;
  left: -60px;
  top: 170px;
}

.slide_rbtn {
  width: 30px;
  right: -60px;
  top: 170px;
}

.slide_box {
  width: 1400px !important;
  height: auto;
}

.slide_box li {
  float: left;
  display: inline;
  width: 1400px;
}

.ohid {
  overflow: hidden !important;
}

.pic_small {
  width: 696px;
}

.pic_small .pic_small_list {
  float: left;
  display: inline;
  width: 338px;
  margin-left: 10px;
  margin-bottom: 13px;
}
/* .pic_small .pic_small_list:nth-child(even) {
  margin-left: 0px;
} */
.txt01 {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(https://www.scjgdj.gov.cn/images23/fbh.png) repeat-x;
  height: 28px;
}

.txt01 a {
  color: #fff;
  padding-left: 5px;
}
.w703 {
  width: 703px;
}
/* #scol_top .searchCon {
  width: 260px;
}

#scol_top .search {
 
  width: 260px;
  margin-left: 5px;
  margin-top: 8px;
  position: relative;
} */

/* #scol_top .search .searchinput {
  float: left;
  width: 260px;
  padding-left: 10px;
  border-radius: 20px;
  margin-left: 3px;
  font-size: 16px;
}

#scol_top .search .searchaction {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 25px;
  margin-top: 2px;
} */

.swsy {
  color: #999;
}

.swsy a {
  color: #999;
  font-size: 14px;
  line-height: 30px;
  margin-top: 8px;
}

.ttxw h2 a {
  color: #cc191e;
  font-size: 30px;
}
.ywlist li {
  color: #333;
  font-size: 16px;
  line-height: 35px;
}
.list li {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.list3 li {
  color: #333;
  font-size: 16px;
  line-height: 36px;
}
.list4 li {
  color: #333;
  font-size: 18px;
  line-height: 46px;
}
.djkx {
  width: 860px;
}
.sjrk {
  background: url(https://www.scjgdj.gov.cn/images23/rkbg.png) no-repeat;
  width: 412px;
  height: 95px;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list2 li {
  color: #333;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  float: left;
  _display: inline;
  width: 400px;
  margin-right: 10px;
}
.spanText li {
  display: flex;
}
.spanText li .span {
  color: #d20000;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}
/* .box1conl li:nth-child(5) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #0080ff;
}
.box1conl li:nth-child(6) {
  margin-top: 10px;
}
.box1conl li:nth-child(10) {
  padding-bottom: 10px;
  border-bottom: 1px dashed #0080ff;
}
.box1conl li:nth-child(11) {
  margin-top: 10px;
} */
.w875 {
  width: 875px;
}

.box2_l {
  height: 324px;
  overflow: hidden;
}

.w470 {
  width: 470px;
}

.w484 {
  width: 484px;
}
.bwtj {
  width: 302px;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
}

.box3 li {
  float: left;
  _display: inline;
  position: relative;
  height: 270px;

  text-align: center;
  width: 454px;
  margin-right: 19px;
}

.box3 li:nth-child(3) {
  margin-right: 0;
}

.box3 li .sppicbg {
  position: absolute;
  background: url(https://www.scjgdj.gov.cn/images23/23spbg.png) no-repeat center
    top;
  width: 68px;
  height: 68px;
  bottom: 46px;
  left: 10px;
  background-size: 100% 100%;
}
.box3 li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 98%;
  padding-left: 2%;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  background: url(https://www.scjgdj.gov.cn/images23/fbh.png) repeat-x;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box3 li p a {
  color: #fff;
}
.w957 {
  width: 957px;
}
.szb {
  background: url(https://www.scjgdj.gov.cn/images23/szbg.png) no-repeat;
  background-size: 100% auto;
  width: 415px;
  height: 342px;
}
.w620 {
  width: 620px;
}
.w958 {
  width: 958px;
}
.zzjsBtn {
  background: url(https://www.scjgdj.gov.cn/images23/23zzjs.jpg) no-repeat;
  background-size: 100% auto;
  width: 958px;
  height: 57px;
}
.menu {
  display: flex;
  justify-content: flex-end;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  height: 23px;
  line-height: 23px;
  padding: 17px 0;
  align-content: center;
}
.menu div {
  padding: 0 15px;
  cursor: pointer;
}
.menu div.act {
  font-weight: bold;
  color: #cc1a1e;
  font-size: 18px;
}
.menu div:last-child {
  border-left: 1px solid #333333;
}

.szmenu {
  width: 86px;
  display: flex;
  /* align-items: center; 
  justify-content: center;*/
}
.szmenu div {
  writing-mode: vertical-lr;
  background: url(https://www.scjgdj.gov.cn/images23/a2.png) no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 327px;
  color: #a4a4a4;
  font-size: 28px;
  /* text-align: center;vertical-align: middle; */
  padding-left: 8px;
  padding-top: 20px;
  font-family: "cgfont";
  cursor: pointer;
}

.szmenu div a {
  color: #a4a4a4;
  text-decoration: none;
}
.szmenu div.act5 {
  background: url(https://www.scjgdj.gov.cn/images23/a1.png) no-repeat;
  background-size: 100% auto;
  width: 43px;
  height: 342px;
  color: #fff;
}
.szmenu div.act5 a {
  color: #fff;
}

.itemList {
  width: 534px;
  background: #f7f5f2;
  border-radius: 10px;
  padding: 5px 5px 5px 15px;
}
.itemList li {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  /* float: left;
  _display: inline; 
  width: 520px;*/
  /* overflow: hidden;
  margin-right: 10px; */
}

.llwzBtn {
  background: url(../images23/23llwz.jpg) no-repeat;
  background-size: 100% auto;
  width: 958px;
  height: 57px;
}
.zfsjBtn {
  background: url(../images23/23zfsj.jpg) no-repeat;
  background-size: 100% auto;
  width: 958px;
  height: 57px;
}
.jczzBtn {
  background: url(../images23/23jczz.jpg) no-repeat;
  background-size: 100% auto;
  width: 958px;
  height: 57px;
}
.w438 {
  width: 438px;
}
.tzqtpic {
  position: relative;
  width: 435px;
  height: 248px;
}
.tzqtpic p {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images23/fbh.png) repeat;
  width: 98%;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  padding-left: 2%;
}

.box5conr {
  background: #f7f5f2;
  width: 414px;
}
/* .list4 li {
  background: url(../images23/dot2.jpg) no-repeat left center;
  padding-left: 10px;
  color: #333;
  font-size: 18px;
  line-height: 36px;
} */
.dnfgcon {
  padding: 0 15px 5px 15px;
}

/* 焦点图通用 */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
/* .swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */
.swiper-slide a i {
  font-style: normal;
  font-size: 14px;
  text-align: justify;
}
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-size: 33px;
  --swiper-navigation-color: #cc0000;
  outline: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  --swiper-navigation-color: #000000;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 1);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: rgba(255, 0, 0, 1);
  opacity: 1;
}

/* 焦点图 */
.swiper1 {
  width: 627px;
  height: 400px;
  margin: 0 auto;
  position: relative;
}
.swiper1 .swiper-pagination {
  bottom: 50px;
  text-align: right;
}
.swiper1 .swiper-button-prev,
.swiper1 .swiper-button-next {
  --swiper-navigation-color: #ffffff;
}
.swiper1 .swiper-button-prev:hover,
.swiper1 .swiper-button-next:hover {
  --swiper-navigation-color: #cc0000;
}
.swiper1 .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: #ff6600 !important;
  opacity: 1;
}
.swiper1 .swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 图集 */
.swiper2 {
  width: 1400px;
  height: 280px;
  margin: 0 auto;
  position: relative;
}
.swiper2 .swiper-container {
  width: 1400px;
  height: 100%;
}
.swiper2 .swiper-slide {
  width: 455px !important;
}
.swiper2 .swiper-pagination {
  bottom: 50px;
}
.swiper2 .swiper-button-prev,
.swiper2 .swiper-button-next {
  --swiper-navigation-size: 66px;
}
.swiper2 .swiper-button-prev {
  position: absolute;
  left: -50px;
  background: url(../images23/23lbtn.png) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 53px;
}
.swiper2 .swiper-button-next {
  position: absolute;
  right: -50px;
  background: url(../images23/23rbtn.png) no-repeat;
  background-size: 100% auto;
  width: 30px;
  height: 53px;
}
.swiper2 .swiper-slide a h1 {
  position: absolute;
  bottom: 0;
  width: 98%;
  padding-left: 2%;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  height: 38px;
  line-height: 38px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* 焦点图 */
#swiper3 {
    width: 1400px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }



.sxjjbox {
  border: 1px solid #ded6c9;
  background: #fff;
  border-radius: 10px;
  width: 320px;
  height: 390px;
  padding: 10px;
  margin: 0 auto;
}
.box6 {
  background: #b70200;
}

.djqk {
  background: url(https://www.scjgdj.gov.cn/images23/qkbg.jpg) no-repeat;
  height: 334px;
}

.djqk_c {
  width: 198px;
  padding: 0px 40px 10px 60px;
}
.djqk_p {
  cursor: pointer;
}

.fgl {
  height: 33px;
  line-height: 33px;
}

.fgl span {
  color: #cc0000;
}

.ohid {
  overflow: hidden !important;
}

.djqk_t select {
  width: 198px;
  border: 1px solid #999;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft YaHei", "宋体", "Times New Roman";
  height: 26px;
}

.djqk2 {
  background: url(../images23/qkbg2.jpg) no-repeat center top;
  height: 344px;
}

.djqk2_c {
  width: 198px;
  padding: 20px 10px 10px 5px;
}
#copylinkBox {
  width: 100%;
  margin: 0 auto;
  background: #b70200;
}

#copylink {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#copylink ul li {
  list-style-type: none;
}

#copylink ul {
  width: 100%;
  margin: 10px auto;
}

#copylink li {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

#copylink li span {
  color: #fff;
}

#copylink li a {
  color: #fff;
  text-decoration: none;
}

.copy_pic {
  position: absolute;
  right: 10%;
  top: 25%;
}
#fuCengLeft23 {
  position: fixed;
  bottom: 1vh;
  left: 10px;
  width: 188px;
}
#fuCeng {
  position: fixed;
  bottom: 1vh;
  right: 10px;
  width: 188px;
}

#fuCengLeft {
  position: fixed;
  top: 360px;
  left: 50px;
  width: 136px;
}

#fuCengLeft2 {
  position: fixed;
  top: 560px;
  left: 20px;
  width: 200px;
}

.tzgg_t {
  background: url(../images23/23tzgg_t.png) no-repeat;
  width: 185px;
  height: 53px;
}

.tzgg_m {
  background: url(../images23/23tzgg_m.png) repeat-y;
  width: 185px;
}

.tzgg_b {
  background: url(../images23/23tzgg_b.png) no-repeat;
  width: 185px;
  height: 23px;
}

.notice {
  margin: 0 15px 0 20px;
  padding: 10px 5px 10px 0;
  /* border-bottom: 1px dotted #000; */
}

.w232 {
  width: 232px;
}

.w200 {
  width: 200px;
}

.w150 {
  width: 150px;
}

#text_slice {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice01 li {
  width: 310px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice02 li {
  width: 484px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice03 li {
  width: 306px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice04 li {
  width: 293px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice05 li {
  width: 315px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice06 li {
  width: 358px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice07 li {
  width: 265px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice08 li {
  width: 315px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice09 li {
  width: 298px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice10 li {
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice11 li {
  width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice12 li .fl {
  width: 780px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice13 li {
  width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.text_slice14 {
  width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.page2_time {
  color: #b9b9b9;
}
.p15 {
  padding: 15px 0;
}
.xgwz select,
.xgwz2 select {
  border: none;
  font-size: 16px;
  font-family: "Microsoft YaHei", "宋体", "Times New Roman";
  background: #b70200;
}

.xgwz select::-ms-expand {
  display: none;
}

.xgwz select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images23/arrow.png") no-repeat left center transparent;
  padding-left: 30px;
  height: 22px;
  width: 260px !important;
  color: #fff;
}

.xgwz option::-ms-expand {
  display: none;
}

.xgwz option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  padding-left: 0 !important;
  color: #000;
}
.xgwz option selected {
  color: #fff;
  border: none;
}
.xgwz2 option selected {
  color: #fff;
  border: none;
}
.xgwz option:hover {
  color: #fff;
}

.xgwz2 select::-ms-expand {
  display: none;
}

.xgwz2 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images23/arrow.png") no-repeat left center transparent;
  padding-left: 24px;
  height: 22px;
  width: 150px !important;
  color: #fff;
}

.xgwz2 option::-ms-expand {
  display: none;
}

.xgwz2 option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  padding-left: 0 !important;
  color: #000;
}

/* --背景色字体颜色--*/

.xgwz2 option:hover {
  color: #fff;
}

.djqk_t select::-ms-expand {
  display: none;
}

.djqk_t select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images23/arrow2.png") no-repeat right center transparent;
  padding: 2px;
  height: 26px;
  width: 198px !important;
}

.djqk_t option::-ms-expand {
  display: none;
}

.djqk_t option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  padding-left: 0 !important;
}

.djqk_t option:hover {
  color: #fff;
}

.ff1 {
  font-family: "宋体";
}

.cl {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
}

.more {
  text-align: right;
}

.more a {
  color: #cc1b1e;
  font-size: 14px;
  line-height: 28px;
}

/*二三级页面*/

/* .list_page {
  background: url(../images23/lbg.png) no-repeat center top;
} */

.bwtjcon2 .list {
  padding: 0 10px 20px 15px;
}
.szb2 {
  background: url(https://www.scjgdj.gov.cn/images23/23szb2.jpg) no-repeat;
  background-size: 100% auto;
  width: 415px;
  height: 361px;
}
.ydpx2 {
  width: 415px;
}
.w940 {
  width: 940px;
}

.w410 {
  width: 410px;
}

.tpxw_t li {
  margin: 10px 0;
}

.page2_nav {
  color: #cf0200;
  font-size: 20px;
  border-bottom: 1px solid #c6ccd6;
  padding-bottom: 20px;
}

.page2_nav a {
  color: #cf0200;
}

#page_txt li {
  font-size: 18px;
  color: #333;
  line-height: 280%;
}

#webreal_scol_title {
  font-family: Microsoft YaHei;
  font-size: 20px;
  color: #000000;
  text-align: center;
}

#webreal_scol_title h1 {
  font-size: 32px !important;
  line-height: 50px;
  font-family: "cgfont2";
  font-weight: normal;
}

#scol_time {
  color: #999;
  padding: 0 0 5px 0;
  text-align: center;
  font-size: 16px;
}

#scol_time a {
  color: #999;
}

#scol_txt {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  font-family: "微软雅黑";
}

#scol_txt p {
  margin: 10px 0;
}

#scol_txt img {
  max-width: 1000px;
  /*width: 800px;

  height: auto; */
  text-align: center;
  display: table-cell;
  margin: 0 auto;
  /* _width: expression(
    (document.documentElement.clientWidth||document.body.clientWidth) <1200?
      "1200px": ""
  ); */
  overflow: hidden;
}
/* #scol_txt table {
  width: 800px;
  text-align: center;
  display: table-cell;
  margin-left: 300px;
} */

#scol_note {
  color: #666666;
  text-align: center;
}

#scol_note span {
  float: right;
  color: #666666;
}

.page_bottom {
  background: #e7ebf0;
  height: 50px;
  width: 100%;
}

/* 翻页 */

#pagenum {
  padding: 3px;
  margin: 3px;
  text-align: center;
  font-size: 18px;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}

#pagenum a {
  border: #ddd 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #aaa;
  text-decoration: none;
}

#pagenum a:hover {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}

#pagenum a:active {
  border: #a0a0a0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
}

#pagenum a.current {
  border: #e0e0e0 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  font-weight: bold;
  color: #aaa;
  background-color: #f0f0f0;
}

#pagenum span.disabled {
  border: #f3f3f3 1px solid;
  padding: 2px 5px;
  margin-right: 2px;
  color: #ccc;
}

.note {
  color: #fff;
}

.note-u {
  color: #fff;
  text-decoration: underline;
}

.time {
  text-align: center;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #ff0000;
}

.text-b {
  font-weight: bold;
}

.text-d {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.text-s {
  font-size: 12px;
  line-height: 120%;
}

.text-l {
  line-height: 250%;
}

.collist {
  text-align: left;
}

.page {
  text-align: center;
  font-size: 14px;
}
.phb .phb1 {
  padding: 10px 15px;
}
.phb1 li {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
}

.phb li:last-child {
  border-bottom: none;
}

.phb li span {
  margin-right: 6px;
  color: #fff;
  background: #999999;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  margin-top: 2px;
  line-height: 18px;
}

.phb li:first-child span {
  color: #fff;
  background: #cc191e;
}

.phb li:nth-child(2) span {
  color: #fff;
  background: #cc191e;
}

.phb li:nth-child(3) span {
  color: #fff;
  background: #cc191e;
}

.searchCon {
  height: 33px;
  line-height: 33px;
  border-radius: 15px;
  width: 270px;
  margin-left: 5px;
  position: relative;
  margin-top: 6px;
}

.searchCon .input {
  background: #f6f9fd;
  width: 270px;
  border-radius: 15px;
  font-size: 14px;
  /* padding-left: 7px; */
  height: 33px;
  line-height: 33px;
  border: 0;
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}

.searchCon .button {
  background: url(https://www.scjgdj.gov.cn/images23/searchBtn.png) no-repeat 50%;
  background-size: 100% 100%;
  width: 30px;
  height: 25px;
  text-align: center;
  color: #fff;
  font-family: "microsoft yahei";
  border: 0;

  display: inline;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 2px;
}

.yjbox {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 10px;
}
/* .yjbox span {
  font-weight: bold;
} */

.piclist li {
  float: left;
  _display: inline;
  width: 300px;
  height: 290px;
  margin: 0 18px 20px 0;
  overflow: hidden;
}
.piclist li:nth-child(3n) {
  margin-right: 0;
}
.piclist li .title {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.piclist li .time {
  color: #999;
  font-size: 14px;
  text-align: left;
}
